home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.Locator < prev    next >
Encoding:
Text File  |  1990-07-30  |  1.1 KB  |  40 lines  |  [TEXT/pdos]

  1. ; File:  E16.Locator
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. toolNotFoundErr GEQU $0001
  9. funcNotFoundErr GEQU $0002
  10. sysStrtMtErr GEQU $0100 ; can't mount system startup volume
  11. tlBadRecFlag GEQU $0103 ; StartStop record invalid
  12. tlCantLoad GEQU $0104 ; A tool cannot be loaded
  13. toolVersionErr GEQU $0110
  14. messNotFoundErr GEQU $0111
  15. messageOvfl GEQU $0112 ; No message numbers available
  16. nameTooLong GEQU $0113 ; Message name too long
  17. fileInfoType GEQU $0001 ; Message type parameter
  18. addMessage GEQU $0001 ; action parameter
  19. getMessage GEQU $0002 ; action parameter
  20. deleteMessage GEQU $0003 ; action parameter
  21. mvReturn GEQU $0001 ; like ok for dialogs
  22. mvEscape GEQU $0002 ; like cancel for dialogs
  23. sysTool GEQU $0000
  24. userTool GEQU $8000
  25. ; offset constants for MessageRec
  26. omessageNext GEQU 0
  27. omessageType GEQU 4
  28. omessageData GEQU 6
  29. ofileNames GEQU 8
  30. ; offset constants for ToolSpec
  31. otoolNumber GEQU 0
  32. ominVersion GEQU 2
  33. ; offset constants for StartStopRecord
  34. oflags GEQU 0
  35. ovideoMode GEQU 2
  36. oresFileID GEQU 4
  37. odPageHandle GEQU 6
  38. onumTools GEQU 10
  39. otheTools GEQU 12
  40.